|
SET PARTICLE EMISSIONS
This command will set the number of particles emitted from the particles object each cycle.
SET PARTICLE EMISSIONS Particle Number, Frequency
Particle Number
Integer
The particle object number
Frequency
Integer
A value of zero will stop the particles object emitting new particles
This command does not return a value.
A value of zero will stop the particles object emitting new particles.
make particles 4, 0, 10, 10.0
position particles 4, 3, 2, 10
set particle emissions 4, 1
do
loop
delete particles 4
end
PARTICLES Commands Menu
Index
|